home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / boot / isolinux / initrd / in / usr / lib / setup / SeTnopart < prev    next >
Encoding:
Text File  |  2006-03-29  |  1.5 KB  |  38 lines

  1. #!/bin/sh
  2. TMP=/var/log/setup/tmp
  3. export TEXTDOMAIN=SeTnopart
  4.  
  5.  
  6. echo -e "`gettext -e "You have not yet designated any disk partitions as type Linux.\
  7. \n\
  8. If you are planning to use OS/2 Boot Manager, make your Linux\n\
  9. partitions with OS/2 fdisk (or Partition Magic, which also\n\
  10. includes Boot Manager), format them, reboot this disk, and then\n\
  11. use Linux fdisk to tag the partitions as type 83 (Linux).\n\
  12. \n\
  13. Linux fdisk will select a default device when called without\n\
  14. arguments, and from there it is menu driven. If you don't want\n\
  15. to partition the default device, then call fdisk with the device\n\
  16. you want as the argument, like this:\n\
  17. \n\
  18. fdisk /dev/hdb\n\
  19. \n\
  20. or this:\n\
  21. \n\
  22. fdisk /dev/sda\n\
  23. \n\
  24. If you are not using the OS/2 Boot Manager, then you may use Linux\n\
  25. fdisk to create partitions for Linux. Other than the exception for\n\
  26. the OS/2 Boot Manager, you are usually better off creating\n\
  27. partitions for a given OS using a partitioning tool native to that\n\
  28. OS. In other words, you probably shouldn't try to make your DOS or\n\
  29. other non-Linux partitions with the Linux fdisk.\n\
  30. \n\
  31. Please make one or more partitions for Linux, and try setup again.\n\
  32. If you haven't already, you might want to also make a swap partition\n\
  33. while you're in fdisk. 64 megabytes would be a good starting size for\n\
  34. a single user system. Linux swap is tagged as type 82."`" > $TMP/tmpmsg
  35.  
  36. dialog --title "`gettext "ERROR: No Linux Native Partitions"`" --exit-label OK --textbox "$TMP/tmpmsg" 25 78
  37.  
  38.